home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
d
/
devpak
/
devpakv3.01kickstartv1.3b.dms
/
devpakv3.01kickstartv1.3b.adf
/
arp
/
prodocs
/
DosFreeMem
< prev
next >
Wrap
Text File
|
1991-11-20
|
915b
|
67 lines
DosFreeMem(31.0) ARP Programmers Manual DosFreeMem(31.0)
NAME
DosFreeMem - AmigaDOS compatible memory freer.
SYNOPSIS
DosFreeMem( memBlock )
A1
FUNCTION
This function frees a memory block which was allocated using
DosAllocMem or was allocated by AmigaDOS. If this function
is passed a NULL pointer, no memory will be freed.
INPUTS
memBlock - the pointer to a memblock returned by
DosAllocMem().
RESULT
The requested memory block will be freed. No return is sent
to the user.
ADDITIONAL CONSIDERATIONS
memBlock is not a BPTR - if you are passing a value obtained
from AmigaDOS, make sure you convert it from a BPTR to a
real pointer first!
BUGS
None known.
SEE ALSO
DosAllocMem(), AddDANode(),AddDADevs(), FreeDAList()
AUTHOR
SDB
Page 1 (printed 2/22/88)